home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web23 / Tutorial5-Data Files / kpaf.css < prev    next >
Cascading Style Sheet File  |  2011-02-28  |  2KB  |  58 lines

  1. /*
  2.    New Perspectives on HTML and XHTML 5th Edition
  3.    Tutorial 5
  4.    Tutorial Case
  5.  
  6.    KPAF General Style Sheet
  7.    Author: Joanne Ponce
  8.    Date:   2/26/2011
  9.  
  10.    Filename:         kpaf.css
  11.    Supporting Files: none
  12.  
  13. */
  14.  
  15. body                   {margin: 0px}
  16. #heading               {color: white; background-color: rgb(215, 205, 151);  
  17.                         border-bottom: 1px solid rgb(105, 177, 60)}
  18. #page_content          {width: 730px; position: absolute; top: 55px; left: 20px}
  19. #right_col                {width:200px; position:absolute; top:55px; left:770px}
  20.  
  21.  
  22.  
  23. h1, h2, h3, p          {font-family: 'Trebuchet MS', Arial, Verdana, sans-serif}
  24.  
  25. address                {font-size: 0.65em; font-style: normal; text-align: center;
  26.                         font-family: 'Trebuchet MS', Arial, Verdana, sans-serif;
  27.                         color: white; background-color: rgb(105, 177, 60);
  28.                         margin: 20px 0px}      
  29.  
  30.  
  31. #heading h2            {color: white; background-color: rgb(105, 177, 60);
  32.                         font-size: 1.1em; padding: 5px 0px 5px 12px; margin: 0px}
  33. #heading i             {font-size: 0.7em}
  34.  
  35.                 
  36.  
  37. #heading ul            {list-style-type: none; margin: 0px; padding: 0px}
  38. #heading ul li         {display: inline; font-size: 0.7em; 
  39.                         font-family: 'Courier New', monospace;
  40.                         background-color: rgb(215, 205, 151);
  41.                         padding: 0px 10px; margin: 0px}
  42.  
  43.  
  44. #heading ul li a       {text-decoration: none; color: rgb(105, 177, 60)}
  45. #heading ul li a:hover {color: rgb(153, 0, 153)}
  46.  
  47.  
  48.       
  49. #page_content h1       {margin: 0px; padding: 0px}
  50. #page_content h2       {color: white;  background-color: rgb(153, 0, 153);
  51.                         font-size: 1.1em; padding: 5px 0px 5px 12px; margin: 0px}
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.